home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / TeX-inputs / LaTeX / amslatex / upref.sty < prev   
Text File  |  1997-01-18  |  3KB  |  64 lines

  1. %% 
  2. %% This is file `upref.sty', generated 
  3. %% on <1996/11/4> with the docstrip utility (2.2i).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% upref.dtx 
  8. %%% ====================================================================
  9. %%%  @LaTeX-file{
  10. %%%     filename        = "upref.dtx",
  11. %%%     version         = "1.2b",
  12. %%%     date            = "1996/10/28",
  13. %%%     time            = "12:40:24 EST",
  14. %%%     checksum        = "25159 100 432 3843",
  15. %%%     author          = "American Mathematical Society",
  16. %%%     copyright       = "Copyright (C) 1996 American Mathematical Society,
  17. %%%                        all rights reserved.  Copying of this file is
  18. %%%                        authorized only if either:
  19. %%%                        (1) you make absolutely no changes to your copy,
  20. %%%                        including name; OR
  21. %%%                        (2) if you do make changes, you first rename it
  22. %%%                        to some other name.",
  23. %%%     address         = "American Mathematical Society,
  24. %%%                        Technical Support,
  25. %%%                        Electronic Products and Services,
  26. %%%                        P. O. Box 6248,
  27. %%%                        Providence, RI 02940,
  28. %%%                        USA",
  29. %%%     telephone       = "401-455-4080 or (in the USA and Canada)
  30. %%%                        800-321-4AMS (321-4267)",
  31. %%%     FAX             = "401-331-3842",
  32. %%%     email           = "tech-support@ams.org (Internet)",
  33. %%%     codetable       = "ISO/ASCII",
  34. %%%     keywords        = "latex, amslatex, ams-latex, cross references",
  35. %%%     supported       = "yes",
  36. %%%     abstract        = "This is part of the AMS-\LaTeX{} distribution.
  37. %%%                        It is a package that provides printing of
  38. %%%                        \cn{\ref}s in an upright font even if the
  39. %%%                        current context is italic or slanted.",
  40. %%%     docstring       = "The checksum field above contains a CRC-16
  41. %%%                        checksum as the first value, followed by the
  42. %%%                        equivalent of the standard UNIX wc (word
  43. %%%                        count) utility output of lines, words, and
  44. %%%                        characters.  This is produced by Robert
  45. %%%                        Solovay's checksum utility.",
  46. %%%  }
  47. %%% ====================================================================
  48. \NeedsTeXFormat{LaTeX2e}% LaTeX 2.09 can't be used (nor non-LaTeX)
  49. [1994/12/01]% LaTeX date must December 1994 or later
  50. \ProvidesPackage{upref}[1996/10/28 v1.2b]
  51. \def\@setref#1#2#3{\ifx#1\relax
  52.     \protect\@noref{#3}%
  53.   \else
  54.     \protect\textup{\expandafter#2#1\hbox{}}%
  55.   \fi}
  56. \newcommand{\@noref}[1]{%
  57.   \G@refundefinedtrue
  58.   \nfss@text{\reset@font\bfseries ??}%
  59.   \@latex@warning{Reference `#1' on page \thepage\space undefined}%
  60. }
  61. \endinput
  62. %% 
  63. %% End of file `upref.sty'.
  64.